home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / mnode14.zip / BUILDBBS.TMP < prev    next >
Text File  |  1993-01-11  |  706b  |  40 lines

  1. @echo off
  2. rem C:\WC30\BUILDBBS.BAT
  3. cls
  4. Echo Building d: drive for BBS Display, Bulletin and Menu Files...
  5. rem ----
  6.  
  7. rem Log into the d: drive
  8. d:
  9. rem ----
  10.  
  11. echo Making directories for the Wildcat work files
  12. MD d:\HELP
  13. CD d:\HELP
  14. echo Copying the HELP files....
  15. COPY C:\WC30\HELP\*.* d:\help\*.*>NUL:
  16. REM ----
  17.  
  18. MD d:\DISP
  19. CD d:\DISP
  20. echo Copying the Display files....
  21. COPY C:\WC30\DISP\*.* d:\disp\*.*>NUL:
  22. REM ----
  23.  
  24. MD d:\BULL
  25. CD d:\BULL
  26. echo Copying the Bulletins....
  27. COPY C:\WC30\BULL\*.* d:\bull\*.*>NUL:
  28. REM ----
  29.  
  30. MD d:\MENU
  31. CD d:\MENU
  32. echo Copying the Menus....
  33. COPY C:\WC30\MENU\*.* d:\menu\*.*>NUL:
  34. REM ----
  35.  
  36. C:
  37. CD\
  38. Echo C:\WC30\BUILDBBS.BAT complete.
  39. rem ----
  40.